PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


Window Transition Effect Constant

You may pass the following WindowTransitionEffect constant to the function TransitionWindow to specify the type of animation effect that is to be performed for a window.

enum {
    kWindowZoomTransitionEffect = 1
};
typedef UInt32 WindowTransitionEffect;

Constant description

kWindowZoomTransitionEffect
Specifies an animation that displays the window zooming between the open and closed states. The direction of the animation, whether from open to closed, or closed to open, depends upon the WindowTransitionAction constant specified in conjunction with the WindowTransitionEffect constant; see Window Transition Action Constants for descriptions of possible values.

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)